R Workshop Series #3: Data Input and Output
Overview
This workshop covers the fundamentals of data input and output in R. I explained how to work with built-in datasets, import data from various file formats, scrape data from the web, and export processed data. The session also highlighted the importance of version control with Git and GitHub.
Learning Outcomes
- Efficiently use built-in R datasets.
- Import data from CSV, XLSX, and SPSS files.
- Scrape web data using SelectorGadget and rvest.
- Export and save data in different formats.
- Understand the basics of version control with Git and GitHub.
Key Skills Gained
- Data import/export techniques
- Web data scraping
- File handling in R
- Version control with Git/GitHub
- Practical data I/O operations
Relevant Links and Code:
Stocks: https://finance.yahoo.com/quote/dis/history?ltr=1
IMDB: https://www.imdb.com/chart/bottom?pf_rd_m=A2FGELUUNOQJNL&pf_rd_p=4da9d9a5-d299-43f2-9c53-f0efa18182cd&pf_rd_r=Z2TFMCSJZQMJS52FPA69&pf_rd_s=right-4&pf_rd_t=15506&pf_rd_i=moviemeter&ref_=chtmvm_ql_8
Selector Gadget: https://chrome.google.com/webstore/detail/selectorgadget/mhjhnkcfbdhnjickkkdbjoemdmbfginb
Supplementary Video on How to Link RStudio and Github: https://www.youtube.com/watch?v=ssEYd8T07y4&feature=youtu.be